SftTabs/NET 6.0

BackColorActive Property, TabClass Class

Softel vdm, Inc.

Defines the tab's background color when it is the active tab. The new, identical BackColorSelected property should be used instead.

Syntax      TabClass Class (Softelvdm.SftTabsNET)

VB   

Public Property BackColorActive As Color

C#   

public Color BackColorActive { get; set; }

C++   

public: property Color BackColorActive {
        Color get();
        void set(Color value);
}

Property Value

The tab's background color when it is the active tab.

The default value is Color.Empty.

Comments

The BackColorActive property defines the tab's background color when it is the active tab. The new, identical BackColorSelected property should be used instead.

This property has been replaced by the new, identical BackColorSelected property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com